ioemu: Fix e1000 mmio range size.
authorKeir Fraser <keir.fraser@citrix.com>
Wed, 27 Feb 2008 13:16:02 +0000 (13:16 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Wed, 27 Feb 2008 13:16:02 +0000 (13:16 +0000)
commit7bcaf6c0c60069c8b07993ce95c4dfab613f33c5
tree01e436948aed9701506a841aacf42fc4b8a24694
parent93d764b0099ebf44b493e37d8140c52c9bc96e2c
ioemu: Fix e1000 mmio range size.

Per Intel 82540EM Software Developer's Manual pp. 211, the mmio size
is 0x20000, or address overlapping occurs and causes the second card
to fail, which happened to me earlier.

From: Tina Yang <tina.yang@oracle.com>
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
tools/ioemu/hw/e1000.c